projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9594d81
)
(init_from_display_pos): Remove unwarranted assertion.
author
Gerd Moellmann
<gerd@gnu.org>
Tue, 27 Mar 2001 16:51:40 +0000
(16:51 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Tue, 27 Mar 2001 16:51:40 +0000
(16:51 +0000)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index 5dc97d0775fb5f59654819e30ae25ba5b843e87c..bd6a07e05d0b2212ff8ab119041806fb1ee4d491 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-1810,7
+1810,6
@@
init_from_display_pos (it, w, pos)
but the call to init_iterator below will move us to the
after-string. */
init_iterator (it, w, charpos, bytepos, NULL, DEFAULT_FACE_ID);
- xassert (IT_CHARPOS (*it) == CHARPOS (pos->pos));
/* If position is within an overlay string, set up IT to
the right overlay string. */